home *** CD-ROM | disk | FTP | other *** search
- object FOpengroup: TFOpengroup
- Left = 60
- Top = 102
- Width = 387
- Height = 219
- Caption = 'Find group '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SBGet: TSpeedButton
- Left = 144
- Top = 160
- Width = 100
- Height = 25
- Caption = 'Get group'
- Enabled = False
- OnClick = SBGetClick
- end
- object SBCancel: TSpeedButton
- Left = 266
- Top = 160
- Width = 100
- Height = 25
- Caption = 'Cancel'
- OnClick = SBCancelClick
- end
- object SpeedButton1: TSpeedButton
- Left = 16
- Top = 160
- Width = 100
- Height = 25
- Caption = 'All adress'
- OnClick = SpeedButton1Click
- end
- object DBGrid1: TDBGrid
- Left = 10
- Top = 6
- Width = 361
- Height = 141
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- OnKeyDown = DBGrid1KeyDown
- end
- object Table1: TTable
- DatabaseName = 'VistaMail'
- TableName = 'GroupNam.db'
- TableType = ttParadox
- Left = 40
- Top = 16
- object Table1PosG: TAutoIncField
- FieldName = 'PosG'
- Visible = False
- end
- object Table1NameGroup: TStringField
- DisplayLabel = 'Name Group'
- FieldName = 'NameGroup'
- Size = 50
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 80
- Top = 24
- end
- end
-